Interface NFCollectorProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
NFCollectorProcessImpl

public interface NFCollectorProcess extends Process
Information provided by the PKI file:

    \class NFCollectorProcess
    
    \brief NFCollectorProcess handles the NetFlow Collector process.
    
    \example network().getDevice("PC0").getProcess("NFCollectorProcess")
    
Author:
Auto-generated
  • Method Details

    • setEnabled

      void setEnabled(boolean enable)
      Information provided by the PKI file:
      
          \brief Enables or disables the NetFlow Collector.
          
          \param enable, true to enable the NetFlow Collector, false to disable it.
          
              
      Parameters:
      enable - Takes in a parameter of enable
    • isEnabled

      boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the NetFlow Collector is enabled, otherwise false.
          
          \return bool, true if the NetFlow Collector is enabled, otherwise false.
          
              
      Returns:
      boolean Returns a boolean